func net/url.ishex 3 uses net/url (current package) url.go#L57: func ishex(c byte) bool { url.go#L113: if i+2 >= len(s) || !ishex(s[i+1]) || !ishex(s[i+2]) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)